// source --> https://www.lavacanzaitaliana.it/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js?ver=1.8.7 CLI_ACCEPT_COOKIE_NAME =(typeof CLI_ACCEPT_COOKIE_NAME !== 'undefined' ? CLI_ACCEPT_COOKIE_NAME : 'viewed_cookie_policy'); CLI_ACCEPT_COOKIE_EXPIRE =(typeof CLI_ACCEPT_COOKIE_EXPIRE !== 'undefined' ? CLI_ACCEPT_COOKIE_EXPIRE : 365); CLI_COOKIEBAR_AS_POPUP=(typeof CLI_COOKIEBAR_AS_POPUP !== 'undefined' ? CLI_COOKIEBAR_AS_POPUP : false); var CLI_Cookie={ set: function (name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else var expires = ""; document.cookie = name + "=" + value + expires + "; path=/"; if(days<1) { host_name=window.location.hostname; document.cookie = name + "=" + value + expires + "; path=/; domain=."+host_name+";"; if(host_name.indexOf("www")!=1) { var host_name_withoutwww=host_name.replace('www',''); document.cookie = name + "=" + value + expires + "; path=/; domain="+host_name_withoutwww+";"; } host_name=host_name.substring(host_name.lastIndexOf(".", host_name.lastIndexOf(".")-1)); document.cookie = name + "=" + value + expires + "; path=/; domain="+host_name+";"; } }, read: function (name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1, c.length); } if (c.indexOf(nameEQ) === 0) { return c.substring(nameEQ.length, c.length); } } return null; }, erase: function (name) { this.set(name, "", -10); }, exists: function (name) { return (this.read(name) !== null); }, getallcookies:function() { var pairs = document.cookie.split(";"); var cookieslist = {}; for (var i = 0; i < pairs.length; i++) { var pair = pairs[i].split("="); cookieslist[(pair[0] + '').trim()] = unescape(pair[1]); } return cookieslist; } } var CLI= { bar_config:{}, showagain_config:{}, set:function(args) { if(typeof JSON.parse !== "function") { console.log("CookieLawInfo requires JSON.parse but your browser doesn't support it"); return; } this.settings = JSON.parse(args.settings); this.bar_elm=jQuery(this.settings.notify_div_id); this.showagain_elm = jQuery(this.settings.showagain_div_id); /* buttons */ this.main_button=jQuery('.cli-plugin-main-button'); this.main_link = jQuery('.cli-plugin-main-link'); this.reject_link = jQuery('.cookie_action_close_header_reject'); this.delete_link=jQuery(".cookielawinfo-cookie-delete"); this.settings_button=jQuery('.cli_settings_button'); if(this.settings.cookie_bar_as=='popup') { CLI_COOKIEBAR_AS_POPUP=true; } this.configBar(); this.toggleBar(); this.attachDelete(); this.attachEvents(); this.configButtons(); var cli_hidebar_on_readmore=this.hideBarInReadMoreLink(); if(this.settings.scroll_close===true && cli_hidebar_on_readmore===false) { window.addEventListener("scroll",CLI.closeOnScroll, false); } }, hideBarInReadMoreLink:function() { if(CLI.settings.button_2_hidebar===true && this.main_link.length>0 && this.main_link.hasClass('cli-minimize-bar')) { this.hideHeader(); this.showagain_elm.slideDown(this.settings.animate_speed_show); return true; } return false; }, attachEvents:function() { jQuery('.cli_action_button').click(function(e){ e.preventDefault(); var elm=jQuery(this); var button_action=elm.attr('data-cli_action'); var open_link=elm[0].hasAttribute("href") && elm.attr("href") != '#' ? true : false; var new_window=false; if(button_action=='accept') { CLI.accept_close(); new_window=CLI.settings.button_1_new_win ? true : false; }else if(button_action=='reject') { CLI.reject_close(); new_window=CLI.settings.button_3_new_win ? true : false; } if(open_link) { if(new_window) { window.open(elm.attr("href"),'_blank'); }else { window.location.href =elm.attr("href"); } } }); this.settingsPopUp(); this.settingsTabbedAccordion(); this.toggleUserPreferenceCheckBox(); }, toggleUserPreferenceCheckBox:function() { jQuery('.cli-user-preference-checkbox').each(function(){ if(jQuery(this).is(':checked')) { CLI_Cookie.set('cookielawinfo-'+jQuery(this).attr('data-id'),'yes',CLI_ACCEPT_COOKIE_EXPIRE); }else { CLI_Cookie.set('cookielawinfo-'+jQuery(this).attr('data-id'),'no',CLI_ACCEPT_COOKIE_EXPIRE); } }); jQuery('.cli-user-preference-checkbox').click(function(){ if(jQuery(this).is(':checked')) { CLI_Cookie.set('cookielawinfo-'+jQuery(this).attr('data-id'),'yes',CLI_ACCEPT_COOKIE_EXPIRE); }else { CLI_Cookie.set('cookielawinfo-'+jQuery(this).attr('data-id'),'no',CLI_ACCEPT_COOKIE_EXPIRE); } }); }, settingsPopUp:function() { jQuery('.cli_settings_button').click(function (e) { e.preventDefault(); jQuery('#cliSettingsPopup').addClass("cli-show").css({'opacity':0}).animate({'opacity':1}); jQuery('#cliSettingsPopup').removeClass('cli-blowup cli-out').addClass("cli-blowup"); jQuery('body').addClass("cli-modal-open"); jQuery(".cli-settings-overlay").addClass("cli-show"); jQuery("#cookie-law-info-bar").css({'opacity':.1}); if(!jQuery('.cli-settings-mobile').is(':visible')) { jQuery('#cliSettingsPopup').find('.cli-nav-link:eq(0)').click(); } }); jQuery('#cliModalClose').click(function(){ CLI.settingsPopUpClose(); }); jQuery("#cliSettingsPopup").click(function(e){ if(!(document.getElementsByClassName('cli-modal-dialog')[0].contains(e.target))) { CLI.settingsPopUpClose(); } }); jQuery('.cli_enable_all_btn').click(function(){ var cli_toggle_btn = jQuery(this); var enable_text = cli_toggle_btn.attr('data-enable-text'); var disable_text= cli_toggle_btn.attr('data-disable-text'); if(cli_toggle_btn.hasClass('cli-enabled')){ CLI.disableAllCookies(); cli_toggle_btn.html(enable_text); } else { CLI.enableAllCookies(); cli_toggle_btn.html(disable_text); } jQuery(this).toggleClass('cli-enabled'); }); this.privacyReadmore(); }, settingsTabbedAccordion:function() { jQuery(".cli-tab-header").on("click", function(e) { if(!(jQuery(e.target).hasClass('cli-slider') || jQuery(e.target).hasClass('cli-user-preference-checkbox'))) { if (jQuery(this).hasClass("cli-tab-active")) { jQuery(this).removeClass("cli-tab-active"); jQuery(this) .siblings(".cli-tab-content") .slideUp(200); } else { jQuery(".cli-tab-header").removeClass("cli-tab-active"); jQuery(this).addClass("cli-tab-active"); jQuery(".cli-tab-content").slideUp(200); jQuery(this) .siblings(".cli-tab-content") .slideDown(200); } } }); }, settingsPopUpClose:function() { jQuery('#cliSettingsPopup').removeClass('cli-show'); jQuery('#cliSettingsPopup').addClass('cli-out'); jQuery('body').removeClass("cli-modal-open"); jQuery(".cli-settings-overlay").removeClass("cli-show"); jQuery("#cookie-law-info-bar").css({'opacity':1}); }, privacyReadmore:function() { var el= jQuery('.cli-privacy-content .cli-privacy-content-text'), clone= el.clone(), originalHtml= clone.html(), originalHeight= el.outerHeight(), Trunc = { addReadmore:function(textBlock) { if(textBlock.html().length > 250) { jQuery('.cli-privacy-readmore').show(); } else { jQuery('.cli-privacy-readmore').hide(); } }, truncateText : function( textBlock ) { var strippedText = jQuery('
').html(textBlock.html()); strippedText.find('table').remove(); textBlock.html(strippedText.html()); currentText = textBlock.text(); if(currentText.trim().length > 250){ var newStr = currentText.substring(0, 250); textBlock.empty().html(newStr).append('...'); } }, replaceText: function ( textBlock, original ){ return textBlock.html(original); } }; Trunc.addReadmore(el); Trunc.truncateText(el); jQuery('a.cli-privacy-readmore').click(function(e){ e.preventDefault(); if(jQuery('.cli-privacy-overview').hasClass('cli-collapsed')) { Trunc.truncateText(el); jQuery('.cli-privacy-overview').removeClass('cli-collapsed'); el.css('height', '100%'); } else { jQuery('.cli-privacy-overview').addClass('cli-collapsed'); Trunc.replaceText(el, originalHtml); } }); }, attachDelete:function() { this.delete_link.click(function () { CLI_Cookie.erase(CLI_ACCEPT_COOKIE_NAME); for(var k in Cli_Data.nn_cookie_ids) { CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k]); } return false; }); }, configButtons:function() { /*[cookie_button] */ this.main_button.css('color',this.settings.button_1_link_colour); if(this.settings.button_1_as_button) { this.main_button.css('background-color',this.settings.button_1_button_colour); this.main_button.hover(function () { jQuery(this).css('background-color',CLI.settings.button_1_button_hover); },function (){ jQuery(this).css('background-color',CLI.settings.button_1_button_colour); }); } /* [cookie_link] */ this.main_link.css('color',this.settings.button_2_link_colour); if(this.settings.button_2_as_button) { this.main_link.css('background-color',this.settings.button_2_button_colour); this.main_link.hover(function () { jQuery(this).css('background-color',CLI.settings.button_2_button_hover); },function (){ jQuery(this).css('background-color',CLI.settings.button_2_button_colour); }); } /* [cookie_reject] */ this.reject_link.css('color',this.settings.button_3_link_colour); if(this.settings.button_3_as_button) { this.reject_link.css('background-color',this.settings.button_3_button_colour); this.reject_link.hover(function () { jQuery(this).css('background-color',CLI.settings.button_3_button_hover); },function () { jQuery(this).css('background-color',CLI.settings.button_3_button_colour); }); } /* [cookie_settings] */ this.settings_button.css('color',this.settings.button_4_link_colour); if(this.settings.button_4_as_button) { this.settings_button.css('background-color',this.settings.button_4_button_colour); this.settings_button.hover(function () { jQuery(this).css('background-color',CLI.settings.button_4_button_hover); },function () { jQuery(this).css('background-color',CLI.settings.button_4_button_colour); }); } }, toggleBar:function() { if(CLI_COOKIEBAR_AS_POPUP) { this.barAsPopUp(1); } if(CLI.settings.cookie_bar_as=='widget') { this.barAsWidget(1); } if(!CLI_Cookie.exists(CLI_ACCEPT_COOKIE_NAME)) { this.displayHeader(); }else { this.hideHeader(); } if(this.settings.show_once_yn) { setTimeout(function(){ CLI.close_header(); },CLI.settings.show_once); } this.showagain_elm.click(function (e) { e.preventDefault(); CLI.showagain_elm.slideUp(CLI.settings.animate_speed_hide,function() { CLI.bar_elm.slideDown(CLI.settings.animate_speed_show); if(CLI_COOKIEBAR_AS_POPUP) { CLI.showPopupOverlay(); } }); }); }, configShowAgain:function() { this.showagain_config = { 'background-color': this.settings.background, 'color':this.l1hs(this.settings.text), 'position': 'fixed', 'font-family': this.settings.font_family }; if(this.settings.border_on) { var border_to_hide = 'border-' + this.settings.notify_position_vertical; this.showagain_config['border'] = '1px solid ' + this.l1hs(this.settings.border); this.showagain_config[border_to_hide] = 'none'; } var cli_win=jQuery(window); var cli_winw=cli_win.width(); var showagain_x_pos=this.settings.showagain_x_position; if(cli_winw<300) { showagain_x_pos=10; this.showagain_config.width=cli_winw-20; }else { this.showagain_config.width='auto'; } var cli_defw=cli_winw>400 ? 500 : cli_winw-20; if(CLI_COOKIEBAR_AS_POPUP) /* cookie bar as popup */ { var sa_pos=this.settings.popup_showagain_position; var sa_pos_arr=sa_pos.split('-'); if(sa_pos_arr[1]=='left') { this.showagain_config.left=showagain_x_pos; }else if(sa_pos_arr[1]=='right') { this.showagain_config.right=showagain_x_pos; } if(sa_pos_arr[0]=='top') { this.showagain_config.top=0; }else if(sa_pos_arr[0]=='bottom') { this.showagain_config.bottom=0; } this.bar_config['position'] = 'fixed'; }else if(this.settings.cookie_bar_as=='widget') { this.showagain_config.bottom=0; if(this.settings.widget_position=='left') { this.showagain_config.left=showagain_x_pos; }else if(this.settings.widget_position=='right') { this.showagain_config.right=showagain_x_pos; } } else { if(this.settings.notify_position_vertical == "top") { this.showagain_config.top = '0'; } else if(this.settings.notify_position_vertical == "bottom") { this.bar_config['position'] = 'fixed'; this.bar_config['bottom'] = '0'; this.showagain_config.bottom = '0'; } if(this.settings.notify_position_horizontal == "left") { this.showagain_config.left =showagain_x_pos; }else if(this.settings.notify_position_horizontal == "right") { this.showagain_config.right =showagain_x_pos; } } this.showagain_elm.css(this.showagain_config); }, configBar:function() { this.bar_config = { 'background-color':this.settings.background, 'color':this.settings.text, 'font-family':this.settings.font_family }; if(this.settings.notify_position_vertical=="top") { this.bar_config['top'] = '0'; if(this.settings.header_fix === true) { this.bar_config['position'] = 'fixed'; } }else { this.bar_config['bottom'] = '0'; } this.configShowAgain(); this.bar_elm.css(this.bar_config).hide(); }, l1hs:function(str) { if (str.charAt(0) == "#") { str = str.substring(1, str.length); } else { return "#" + str; } return this.l1hs(str); }, close_header:function() { CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'yes',CLI_ACCEPT_COOKIE_EXPIRE); this.hideHeader(); }, accept_close:function() { this.hidePopupOverlay(); CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'yes',CLI_ACCEPT_COOKIE_EXPIRE); if(this.settings.notify_animate_hide) { this.bar_elm.slideUp(this.settings.animate_speed_hide); }else { this.bar_elm.hide(); } if(this.settings.showagain_tab) { this.showagain_elm.slideDown(this.settings.animate_speed_show); } if(this.settings.accept_close_reload === true) { this.reload_current_page(); } return false; }, reject_close:function() { this.hidePopupOverlay(); for(var k in Cli_Data.nn_cookie_ids) { CLI_Cookie.erase(Cli_Data.nn_cookie_ids[k]); } CLI_Cookie.set(CLI_ACCEPT_COOKIE_NAME,'no',CLI_ACCEPT_COOKIE_EXPIRE); if(this.settings.notify_animate_hide) { this.bar_elm.slideUp(this.settings.animate_speed_hide); } else { this.bar_elm.hide(); } if(this.settings.showagain_tab) { this.showagain_elm.slideDown(this.settings.animate_speed_show); } if(this.settings.reject_close_reload === true) { this.reload_current_page(); } return false; }, reload_current_page:function() { if(typeof cli_flush_cache!=='undefined' && cli_flush_cache==1) { window.location.href=this.add_clear_cache_url_query(); }else { window.location.reload(true); } }, add_clear_cache_url_query:function() { var cli_rand=new Date().getTime()/1000; var cli_url=window.location.href; var cli_hash_arr=cli_url.split('#'); var cli_urlparts= cli_hash_arr[0].split('?'); if(cli_urlparts.length>=2) { var cli_url_arr=cli_urlparts[1].split('&'); cli_url_temp_arr=new Array(); for(var cli_i=0; cli_i0 ? '&': '')+'cli_action='; }else { cli_url=cli_hash_arr[0]+'?cli_action='; } cli_url+=cli_rand; if(cli_hash_arr.length>1) { cli_url+='#'+cli_hash_arr[1]; } return cli_url; }, closeOnScroll:function() { if(window.pageYOffset > 100 && !CLI_Cookie.read(CLI_ACCEPT_COOKIE_NAME)) { CLI.accept_close(); if(CLI.settings.scroll_close_reload === true) { window.location.reload(); } window.removeEventListener("scroll",CLI.closeOnScroll,false); } }, displayHeader:function() { if(this.settings.notify_animate_show) { this.bar_elm.slideDown(this.settings.animate_speed_show); }else { this.bar_elm.show(); } this.showagain_elm.hide(); if(CLI_COOKIEBAR_AS_POPUP) { this.showPopupOverlay(); } }, hideHeader:function() { if(this.settings.showagain_tab) { if(this.settings.notify_animate_show) { this.showagain_elm.slideDown(this.settings.animate_speed_show); } else { this.showagain_elm.show(); } }else { this.showagain_elm.hide(); } this.bar_elm.slideUp(this.settings.animate_speed_show); this.hidePopupOverlay(); }, hidePopupOverlay:function() { jQuery('body').removeClass("cli-barmodal-open"); jQuery(".cli-popupbar-overlay").removeClass("cli-show"); }, showPopupOverlay:function() { if(this.settings.popup_overlay) { jQuery('body').addClass("cli-barmodal-open"); jQuery(".cli-popupbar-overlay").addClass("cli-show"); } }, barAsWidget:function(a) { var cli_elm=this.bar_elm; var cli_win=jQuery(window); var cli_winh=cli_win.height()-40; var cli_winw=cli_win.width(); var cli_defw=cli_winw>400 ? 300 : cli_winw-30; cli_elm.css({ 'width':cli_defw,'height':'auto','max-height':cli_winh,'padding':'25px 15px','overflow':'auto','position':'fixed','box-sizing':'border-box' }); if(this.settings.widget_position=='left') { cli_elm.css({ 'left':'15px','right':'auto','bottom':'15px','top':'auto' }); }else { cli_elm.css({ 'left':'auto','right':'15px','bottom':'15px','top':'auto' }); } if(a) { this.setResize(); } }, barAsPopUp:function(a) { if(typeof cookie_law_info_bar_as_popup==='function') { return false; } var cli_elm=this.bar_elm; var cli_win=jQuery(window); var cli_winh=cli_win.height()-40; var cli_winw=cli_win.width(); var cli_defw=cli_winw>700 ? 500 : cli_winw-20; cli_elm.css({ 'width':cli_defw,'height':'auto','max-height':cli_winh,'bottom':'','top':'50%','left':'50%','margin-left':(cli_defw/2)*-1,'margin-top':'-100px','padding':'25px 15px','overflow':'auto' }).addClass('cli-bar-popup cli-modal-content'); cli_h=cli_elm.height(); li_h=cli_h<200 ? 200 : cli_h; cli_elm.css({'top':'50%','margin-top':((cli_h/2)+30)*-1}); setTimeout(function(){ cli_elm.css({ 'bottom':'' }); },100); if(a) { this.setResize(); } }, setResize:function() { var resizeTmr=null; jQuery(window).resize(function() { clearTimeout(resizeTmr); resizeTmr=setTimeout(function() { if(CLI_COOKIEBAR_AS_POPUP) { CLI.barAsPopUp(); } if(CLI.settings.cookie_bar_as=='widget') { CLI.barAsWidget(); } CLI.configShowAgain(); },500); }); } } jQuery(document).ready(function() { if(typeof cli_cookiebar_settings!='undefined') { CLI.set({ settings:cli_cookiebar_settings }); } }); // source --> https://www.lavacanzaitaliana.it/wp-content/plugins/essential-premium-addons-for-elementor/assets/js/widgets.min.js?ver=5.5.3 !function(l,t,e,c){l.epa_accordion=function(e,o){var t={duration:200,delay:0,exclusive:!0,onOpen:function(){},onClose:function(){}},i=this,n=l(e),s=(e=e,n.children(".accordion-item"));i.init=function(){i.settings=l.extend({},t,o),a(),r()};var a=function(){l(s).each(function(){l(this).hasClass("active")&&l(this).children(".accordion-content").show(0)})},r=function(){l(s).find(".accordion-header").bind("click",function(t){l(this).parent(s).hasClass("active")?i.close(l(this).parent(s).index()):i.open(l(this).parent(s).index())})};i.open=function(t){l(s[t]).hasClass("active")||(i.settings.exclusive&&(l(s).find(".accordion-content").slideUp(i.settings.duration),l(s).removeClass("active")),l(s[t]).children(".accordion-content").delay(i.settings.delay).slideDown(i.settings.duration,function(){l(s[t]).addClass("active")}),o!==c&&i.callback("onOpen"))},i.setDuration=function(t){i.settings.duration=t},i.setExclusive=function(t){i.settings.exclusive=t},i.setDelay=function(t){i.settings.delay=t},i.close=function(t){l(s[t]).children(".accordion-content").delay(i.settings.delay).slideUp(i.settings.duration,function(){l(s[t]).removeClass("active")}),o!==c&&i.callback("onClose")},i.closeAll=function(){l(s).find(".accordion-content").slideUp(i.settings.duration),l(s).removeClass("active")},i.callback=function(t){o[t]!==c&&o[t].call(e)},i.init()},l.fn.epa_accordion=function(e){return this.each(function(){if(c==l(this).data("epa_accordion")){var t=new l.epa_accordion(this,e);l(this).data("epa_accordion",t)}})}}(jQuery,window,document),function(t){"use strict";var e=function(t,e){var o=t.find(".epa-tooltips-wrapper").eq(0),i=o.data("tooltip-id"),n=void 0!==o.data("tooltip-title")?o.data("tooltip-title"):"",s=void 0!==o.data("tooltip-content")?o.data("tooltip-content"):"",a=void 0!==o.data("tooltip-position")?o.data("tooltip-position"):"",r=void 0!==o.data("tooltip-speed")?o.data("tooltip-speed"):"",l=void 0!==o.data("tooltip-width")?o.data("tooltip-width"):"",c=void 0!==o.data("tooltip-title-bgcolor")?o.data("tooltip-title-bgcolor"):"",d=void 0!==o.data("tooltip-title-color")?o.data("tooltip-title-color"):"",h=void 0!==o.data("tooltip-color")?o.data("tooltip-color"):"",u=void 0!==o.data("tooltip-bgcolor")?o.data("tooltip-bgcolor"):"",p=void 0!==o.data("tooltip-size")?o.data("tooltip-size"):"",f=void 0!==o.data("tooltip-arrow")?o.data("tooltip-arrow"):"";jQuery("#tipso-"+i).tipso({titleContent:""+n,content:""+s,position:""+a,speed:r,showArrow:f,width:l,background:""+u,color:""+h,titleColor:""+d,titleBackground:""+c,size:""+p})},o=function(t,e){var o=t.find(".epa-opn-wrapper").eq(0),i=o.data("opnid"),n=void 0!==o.data("scroll-speed")?o.data("scroll-speed"):"";jQuery(document).ready(function(t){t("#opn-"+i+" #epa-opn-menu a").mPageScroll2id({highlightSelector:"#opn-"+i+" #epa-opn-menu a",scrollSpeed:n})})},i=function(t,e){jQuery(document).ready(function(){jQuery("#epa-scroll-notification").each(function(){jQuery(this).scrollNotify({opacity:jQuery(this).data("opacity"),imageWidth:jQuery(this).data("imagewidth"),width:jQuery(this).data("width"),height:jQuery(this).data("height"),background:jQuery(this).data("background"),color:jQuery(this).data("textcolor"),imageFloat:jQuery(this).data("imagefloat"),position:jQuery(this).data("position"),top:jQuery(this).data("positiontop"),right:jQuery(this).data("positionright"),bottom:jQuery(this).data("positionbottom"),left:jQuery(this).data("positionleft"),appearFrom:jQuery(this).data("from"),appearTo:jQuery(this).data("to"),easeIn:jQuery(this).data("easein"),easeOut:jQuery(this).data("easeout"),autohideDelay:jQuery(this).data("autohidedelay"),closeButton:jQuery(this).data("closebutton"),closePosition:jQuery(this).data("closeposition"),cookie:jQuery(this).data("cookie"),days:jQuery(this).data("days"),autohideDelay:jQuery(this).data("autohidedelay"),displayDefault:jQuery(this).data("displaybydefault"),initShow:jQuery(this).data("displaywhen")})})})},n=function(t,e){var o=t.find(".epa-filtergallery-wrapper").eq(0),n=o.data("id"),s=void 0!==o.data("layout_mode")?o.data("layout_mode"):"";jQuery(document).ready(function(i){var e=i(".epa-flgallery-wap"+n).isotope({itemSelector:".epa-filtergallery-item",layoutMode:s}),o={numberGreaterThan50:function(){var t=i(this).find(".number").text();return 50":";";s.substr(a+1).charAt(0)!==n&&(s.substr(a).charAt(0),!(++a+1>s.length)););a++,n}}r.timeout=setTimeout(function(){if(a===s.length){if(r.options.onStringTyped(r.arrayPos),r.arrayPos===r.strings.length-1&&(r.options.callback(),r.curLoop++,!1===r.loop||r.curLoop===r.loopCount))return;r.timeout=setTimeout(function(){r.backspace(s,a)},r.backDelay)}else{0===a&&r.options.preStringTyped(r.arrayPos);var t=s.substr(0,a+1);r.attr?r.el.setAttribute(r.attr,t):r.isInput?r.el.value=t:"html"===r.contentType?r.el.innerHTML=t:r.el.textContent=t,a++,r.typewrite(s,a)}},t)},t)}},backspace:function(e,o){if(!0!==this.stop){var t=Math.round(70*Math.random())+this.backSpeed,i=this;i.timeout=setTimeout(function(){if("html"===i.contentType&&">"===e.substr(o).charAt(0)){for(;"<"!==e.substr(o-1).charAt(0)&&(e.substr(o).charAt(0),!(--o<0)););o--,"<"}var t=e.substr(0,o);i.attr?i.el.setAttribute(i.attr,t):i.isInput?i.el.value=t:"html"===i.contentType?i.el.innerHTML=t:i.el.textContent=t,o>i.stopNum?(o--,i.backspace(e,o)):o<=i.stopNum&&(i.arrayPos++,i.arrayPos===i.strings.length?(i.arrayPos=0,i.shuffle&&(i.sequence=i.shuffleArray(i.sequence)),i.init()):i.typewrite(i.strings[i.sequence[i.arrayPos]],o))},t)}},shuffleArray:function(t){var e,o,i=t.length;if(i)for(;--i;)e=t[o=Math.floor(Math.random()*(i+1))],t[o]=t[i],t[i]=e;return t},reset:function(){clearInterval(this.timeout),this.el.getAttribute("id"),this.el.textContent="",void 0!==this.cursor&&void 0!==this.cursor.parentNode&&this.cursor.parentNode.removeChild(this.cursor),this.strPos=0,this.arrayPos=0,this.curLoop=0,this.options.resetCallback()}},s.new=function(t,i){Array.prototype.slice.apply(o.querySelectorAll(t)).forEach(function(t){var e=t._typed,o="object"==typeof i&&i;e&&e.reset(),t._typed=e=new s(t,o),"string"==typeof i&&e[i]()})},n&&(n.fn.typed=function(i){return this.each(function(){var t=n(this),e=t.data("typed"),o="object"==typeof i&&i;e&&e.reset(),t.data("typed",e=new s(this,o)),"string"==typeof i&&e[i]()})}),t.Typed=s;var i={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,shuffle:!1,backDelay:500,loop:!1,loopCount:!1,showCursor:!0,cursorChar:"|",attr:null,contentType:"html",callback:function(){},preStringTyped:function(){},onStringTyped:function(){},resetCallback:function(){}}}(window,document,window.jQuery),function(i){"use strict";function e(t,e){this.element=i(t),this.settings=i.extend({},n,e),this._defaults=n,this._init()}var o="Morphext",n={animation:"bounceIn",separator:",",speed:2e3,complete:i.noop};e.prototype={_init:function(){var o=this;this.phrases=[],this.element.addClass("morphext"),i.each(this.element.text().split(this.settings.separator),function(t,e){o.phrases.push(i.trim(e))}),this.index=-1,this.animate(),this.start()},animate:function(){this.index=++this.index%this.phrases.length,this.element[0].innerHTML=''+this.phrases[this.index]+"",i.isFunction(this.settings.complete)&&this.settings.complete.call(this)},start:function(){var t=this;this._interval=setInterval(function(){t.animate()},this.settings.speed)},stop:function(){this._interval=clearInterval(this._interval)}},i.fn[o]=function(t){return this.each(function(){i.data(this,"plugin_"+o)||i.data(this,"plugin_"+o,new e(this,t))})}}(jQuery),function(t){var e=function(t,d){d(".wfe-hot-spot-tooptip").each(function(){var t=d(this).data("tooltip-position-local"),e=d(this).data("tooltip-position-global"),o=d(this).data("tooltip-width"),i=d(this).data("tooltip-size"),n=d(this).data("tooltip-animation-in"),s=d(this).data("tooltip-animation-out"),a=d(this).data("tooltip-background"),r=d(this).data("tooltip-text-color"),l="yes"===d(this).data("tooltip-arrow"),c=t;void 0!==t&&"global"!==t||(c=e),void 0!==s&&s||(s=n),d(this).tipso({speed:200,delay:200,width:o,background:a,color:r,size:i,position:c,animationIn:n,animationOut:s,showArrow:l})})};t(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/wfe_image_hotspot.default",e)})}(jQuery),function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof exports?module.exports=t(require("jquery")):t(jQuery)}(function(d){var r="tipso",l={speed:100,background:"rgba(0,0,0,0.73)",titleBackground:"#333333",color:"#ffffff",titleColor:"#ffffff",titleContent:"",showArrow:"",position:"top",width:200,maxWidth:"",delay:50,hideDelay:50,animationIn:"",animationOut:"",offsetX:5,offsetY:5,arrowWidth:10,tooltipHover:!0,content:null,ajaxContentUrl:null,ajaxContentBuffer:0,contentElementId:null,useTitle:!1,templateEngineFunc:null,onBeforeShow:null,onShow:null,onHide:null};function n(t,e){this.element=t,this.$element=d(this.element),this.doc=d(document),this.win=d(window),this.settings=d.extend({},l,e),"object"==typeof this.$element.data("tipso")&&d.extend(this.settings,this.$element.data("tipso"));for(var o=Object.keys(this.$element.data()),i={},n=0;n
')),this.tipso_bubble},show:function(){var t=this.tooltip(),e=this,o=this.win;!1===e.settings.showArrow?t.find(".tipso_arrow").hide():t.find(".tipso_arrow").show(),"hide"===e.mode&&(d.isFunction(e.settings.onBeforeShow)&&e.settings.onBeforeShow(e.$element,e.element,e),e.settings.size&&t.addClass(e.settings.size),e.settings.width?t.css({background:e.settings.background,color:e.settings.color,width:e.settings.width}).hide():e.settings.maxWidth?t.css({background:e.settings.background,color:e.settings.color,maxWidth:e.settings.maxWidth}).hide():t.css({background:e.settings.background,color:e.settings.color,width:200}).hide(),t.find(".tipso_title").css({background:e.settings.titleBackground,color:e.settings.titleColor}),t.find(".tipso_content").html(e.content()),t.find(".tipso_title").html(e.titleContent()),p(e),o.on("resize."+r,function(){e.settings.position=e.settings.preferedPosition,p(e)}),window.clearTimeout(e.timeout),e.timeout=null,e.timeout=window.setTimeout(function(){e.ieFade||""===e.settings.animationIn||""===e.settings.animationOut?t.appendTo("body").stop(!0,!0).fadeIn(e.settings.speed,function(){e.mode="show",d.isFunction(e.settings.onShow)&&e.settings.onShow(e.$element,e.element,e)}):t.remove().appendTo("body").stop(!0,!0).removeClass("animated "+e.settings.animationOut).addClass("noAnimation").removeClass("noAnimation").addClass("animated "+e.settings.animationIn).fadeIn(e.settings.speed,function(){d(this).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){d(this).removeClass("animated "+e.settings.animationIn)}),e.mode="show",d.isFunction(e.settings.onShow)&&e.settings.onShow(e.$element,e.element,e),o.off("resize."+r,null,"tipsoResizeHandler")})},e.settings.delay))},hide:function(t){var e=this,o=this.win,i=this.tooltip(),n=e.settings.hideDelay;t&&(n=0,e.mode="show"),window.clearTimeout(e.timeout),e.timeout=null,e.timeout=window.setTimeout(function(){"tooltipHover"!==e.mode&&(e.ieFade||""===e.settings.animationIn||""===e.settings.animationOut?i.stop(!0,!0).fadeOut(e.settings.speed,function(){d(this).remove(),d.isFunction(e.settings.onHide)&&"show"===e.mode&&e.settings.onHide(e.$element,e.element,e),e.mode="hide",o.off("resize."+r,null,"tipsoResizeHandler")}):i.stop(!0,!0).removeClass("animated "+e.settings.animationIn).addClass("noAnimation").removeClass("noAnimation").addClass("animated "+e.settings.animationOut).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){d(this).removeClass("animated "+e.settings.animationOut).remove(),d.isFunction(e.settings.onHide)&&"show"===e.mode&&e.settings.onHide(e.$element,e.element,e),e.mode="hide",o.off("resize."+r,null,"tipsoResizeHandler")}))},n)},close:function(){this.hide(!0)},destroy:function(){var t=this.$element,e=this.win;this.doc;t.off("."+r),e.off("resize."+r,null,"tipsoResizeHandler"),t.removeData(r),t.removeClass("tipso_style").attr("title",this._title)},titleContent:function(){var t=this.$element;return this.settings.titleContent?this.settings.titleContent:t.data("tipso-title")},content:function(){var t,e=this.$element,o=this,i=this._title;return o.settings.ajaxContentUrl?o._ajaxContent?t=o._ajaxContent:(o._ajaxContent=t=d.ajax({type:"GET",url:o.settings.ajaxContentUrl,async:!1}).responseText,0r.outerWidth()&&(r=s.parent()),a.settings.position){case"top-right":o=s.offset().left+s.outerWidth(),e=s.offset().top-h(n).height-10,n.find(".tipso_arrow").css({marginLeft:-a.settings.arrowWidth,marginTop:""}),er.scrollTop()+r.outerHeight()?(e=s.offset().top-h(n).height-10,n.find(".tipso_arrow").css({"border-bottom-color":"transparent","border-top-color":a.settings.background,"border-left-color":"transparent","border-right-color":"transparent"}),u(n),n.addClass("top_right_corner"),n.find(".tipso_title").addClass("top_left_corner"),n.find(".tipso_arrow").css({"border-left-color":a.settings.background}),n.removeClass("top-right top bottom left right"),n.addClass("top")):(n.find(".tipso_arrow").css({"border-top-color":"transparent","border-bottom-color":l,"border-left-color":"transparent","border-right-color":"transparent"}),u(n),n.addClass("bottom_right_corner"),n.find(".tipso_title").addClass("bottom_right_corner"),n.find(".tipso_arrow").css({"border-left-color":l}),n.removeClass("top bottom left right"),n.addClass("bottom"));break;case"bottom-left":o=s.offset().left-h(n).width,e=s.offset().top+s.outerHeight()+10,n.find(".tipso_arrow").css({marginLeft:-a.settings.arrowWidth,marginTop:""}),e+h(n).height>r.scrollTop()+r.outerHeight()?(e=s.offset().top-h(n).height-10,n.find(".tipso_arrow").css({"border-bottom-color":"transparent","border-top-color":a.settings.background,"border-left-color":"transparent","border-right-color":"transparent"}),u(n),n.addClass("top_left_corner"),n.find(".tipso_title").addClass("top_left_corner"),n.find(".tipso_arrow").css({"border-right-color":a.settings.background}),n.removeClass("top-right top bottom left right"),n.addClass("top")):(n.find(".tipso_arrow").css({"border-top-color":"transparent","border-bottom-color":l,"border-left-color":"transparent","border-right-color":"transparent"}),u(n),n.addClass("bottom_left_corner"),n.find(".tipso_title").addClass("bottom_left_corner"),n.find(".tipso_arrow").css({"border-right-color":l}),n.removeClass("top bottom left right"),n.addClass("bottom"));break;case"top":o=s.offset().left+s.outerWidth()/2-h(n).width/2,e=s.offset().top-h(n).height-10,n.find(".tipso_arrow").css({marginLeft:-a.settings.arrowWidth,marginTop:""}),er.scrollTop()+r.outerHeight()?(e=s.offset().top-h(n).height-10,n.find(".tipso_arrow").css({"border-top-color":a.settings.background,"border-bottom-color":"transparent","border-left-color":"transparent","border-right-color":"transparent"}),n.removeClass("top bottom left right"),n.addClass("top")):(n.find(".tipso_arrow").css({"border-bottom-color":l,"border-top-color":"transparent","border-left-color":"transparent","border-right-color":"transparent"}),n.removeClass("top bottom left right"),n.addClass(a.settings.position));break;case"left":o=s.offset().left-h(n).width-10,e=s.offset().top+s.outerHeight()/2-h(n).height/2,n.find(".tipso_arrow").css({marginTop:-a.settings.arrowWidth,marginLeft:""}),or.scrollLeft()+r.outerWidth()?(o=s.offset().left-h(n).width-10,n.find(".tipso_arrow").css({"border-left-color":a.settings.background,"border-right-color":"transparent","border-top-color":"transparent","border-bottom-color":"transparent"}),n.removeClass("top bottom left right"),n.addClass("left")):(n.find(".tipso_arrow").css({"border-right-color":a.settings.background,"border-left-color":"transparent","border-top-color":"transparent","border-bottom-color":"transparent"}),n.removeClass("top bottom left right"),n.addClass(a.settings.position))}("top-right"===a.settings.position&&n.find(".tipso_arrow").css({"margin-left":-a.settings.width/2}),"top-left"===a.settings.position)&&n.find(".tipso_arrow").eq(0).css({"margin-left":a.settings.width/2-2*a.settings.arrowWidth});"bottom-right"===a.settings.position&&n.find(".tipso_arrow").eq(0).css({"margin-left":-a.settings.width/2,"margin-top":""});"bottom-left"===a.settings.position&&n.find(".tipso_arrow").eq(0).css({"margin-left":a.settings.width/2-2*a.settings.arrowWidth,"margin-top":""});or.outerWidth()&&("bottom"===a.settings.position||"top"===a.settings.position)&&(i=r.outerWidth()-(o+a.settings.width),n.find(".tipso_arrow").css({marginLeft:-i-a.settings.arrowWidth,marginTop:""}),o+=i),or.outerWidth()&&(i=r.outerWidth()-(o+a.settings.width),n.find(".tipso_arrow").css({marginLeft:-i-a.settings.arrowWidth,marginTop:""}),o+=i),or.outerWidth()&&("left"===a.settings.position||"right"===a.settings.position||"top-right"===a.settings.position||"top-left"===a.settings.position||"bottom-right"===a.settings.position||"bottom-right"===a.settings.position)&&(o=s.offset().left+s.outerWidth()/2-h(n).width/2,n.find(".tipso_arrow").css({marginLeft:-a.settings.arrowWidth,marginTop:""}),(e=s.offset().top-h(n).height-10)r.outerWidth()&&(i=r.outerWidth()-(o+a.settings.width),n.find(".tipso_arrow").css({marginLeft:-i-a.settings.arrowWidth,marginTop:""}),o+=i),or.scrollTop()+r.outerHeight()&&("right"===a.settings.position||"left"===a.settings.position)&&(s.tipso("update","position","top"),p(a))}d[r]=d.fn[r]=function(e){var o,i=arguments;return void 0===e||"object"==typeof e?(this instanceof d||d.extend(l,e),this.each(function(){d.data(this,"plugin_"+r)||d.data(this,"plugin_"+r,new n(this,e))})):"string"==typeof e&&"_"!==e[0]&&"init"!==e?(this.each(function(){var t=d.data(this,"plugin_"+r);t||(t=d.data(this,"plugin_"+r,new n(this,e))),t instanceof n&&"function"==typeof t[e]&&(o=t[e].apply(t,Array.prototype.slice.call(i,1))),"destroy"===e&&d.data(this,"plugin_"+r,null)}),void 0!==o?o:this):void 0}}),function(){var t,e,o;t=function(){function i(t,e){var o,i;if(this.options={target:"instafeed",get:"popular",resolution:"thumbnail",sortBy:"none",links:!0,mock:!1,useHttp:!1},"object"==typeof t)for(o in t)i=t[o],this.options[o]=i;this.context=null!=e?e:this,this.unique=this._genKey()}return i.prototype.hasNext=function(){return"string"==typeof this.context.nextUrl&&0S&&(u=u.slice(0,S)),a=document.createDocumentFragment(),null!=this.options.filter&&"function"==typeof this.options.filter&&(u=this._filter(u,this.options.filter)),null!=this.options.template&&"string"==typeof this.options.template){for(r="",W=document.createElement("div"),l=0,b=u.length;l